87261f4ddbd0cb45abb18d8bfa95d172ed932855,apps/gogs/src/main/java/io/fabric8/apps/gogs/GogsModelProcessor.java,GogsModelProcessor,onList,#TemplateBuilder#,29
Before Change
.addToLabels("component", NAME)
.addToLabels("provider", "fabric8")
.endMetadata()
.withNewSpec()
.addNewPort()
.withProtocol("TCP")
.withPort(80)
.withNewTargetPort(3000)
After Change
.addToLabels("component", NAME)
.addToLabels("provider", "fabric8")
.endMetadata()
.withNewSpec()
.withType("LoadBalancer")
.addNewPort()
.withProtocol("TCP")
.withPort(80)
.withNewTargetPort(3000)